Skip to content

Separate docs preview deployment#773

Merged
cncastillo merged 1 commit into
masterfrom
codex/separate-docs-preview-deploy
May 3, 2026
Merged

Separate docs preview deployment#773
cncastillo merged 1 commit into
masterfrom
codex/separate-docs-preview-deploy

Conversation

@cncastillo
Copy link
Copy Markdown
Member

Problem: PR docs CI was deploying previews directly to the shared gh-pages branch, so concurrent preview writes could reject with fetch first and fail the required Documentation check.

Solution: make docs/make.jl deploy only on push or explicit push_preview; have PR CI only build docs; move PR preview deployment/commenting into Docs Preview after a successful Documentation job. Preview deploy/cleanup now share one non-CI concurrency group.

Validation: actionlint on touched workflows; YAML parse; git diff --check; docs/make.jl parse check.

@cncastillo cncastillo added the documentation Improvements to docs., it also triggers doc preview label May 3, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 3, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.68%. Comparing base (eff137f) to head (bc991e1).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #773      +/-   ##
==========================================
- Coverage   90.01%   88.68%   -1.34%     
==========================================
  Files          74       74              
  Lines        5179     5171       -8     
==========================================
- Hits         4662     4586      -76     
- Misses        517      585      +68     
Flag Coverage Δ
base 86.48% <ø> (ø)
core 80.47% <ø> (-10.17%) ⬇️
files 95.26% <ø> (ø)
komamri 88.23% <ø> (ø)
plots 90.88% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 8 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 3, 2026

@cncastillo cncastillo merged commit 0a47c81 into master May 3, 2026
19 checks passed
@cncastillo cncastillo deleted the codex/separate-docs-preview-deploy branch May 3, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements to docs., it also triggers doc preview

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant